MessageIsRecurring Property |
Contains true if the task or appointment is recurring.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic bool IsRecurring { get; set; }Public Property IsRecurring As Boolean
Get
Set
Property Value
Type:
Booleantrue if this instance is recurring; otherwise,
false.
See Also